home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / qrep10b.zip / MAIN.DFM / MAIN.txt < prev   
Text File  |  1996-04-14  |  4KB  |  206 lines

  1. object TQuickReportDemo: TTQuickReportDemo
  2.   Left = 307
  3.   Top = 139
  4.   Width = 349
  5.   Height = 437
  6.   BorderIcons = []
  7.   Caption = 'QuickReport version 1.0b Demo'
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 333
  20.     Height = 97
  21.   end
  22.   object Shape1: TShape
  23.     Left = 8
  24.     Top = 8
  25.     Width = 325
  26.     Height = 89
  27.     Pen.Width = 0
  28.   end
  29.   object Image1: TImage
  30.     Left = 16
  31.     Top = 12
  32.     Width = 105
  33.     Height = 57
  34.     Picture.Data = {<image000.bmp>}
  35.     Stretch = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 132
  39.     Top = 16
  40.     Width = 193
  41.     Height = 36
  42.     Caption = 'QuickReport'
  43.     Font.Color = 10485760
  44.     Font.Height = -32
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsBold, fsItalic]
  47.     ParentFont = False
  48.     Transparent = True
  49.   end
  50.   object Label1: TLabel
  51.     Left = 116
  52.     Top = 48
  53.     Width = 209
  54.     Height = 33
  55.     Alignment = taRightJustify
  56.     AutoSize = False
  57.     Caption = 'Copyright (c) 1996 QSD AS  http://www.qsd.no'
  58.     Font.Color = clNavy
  59.     Font.Height = -11
  60.     Font.Name = 'Arial'
  61.     Font.Style = [fsBold, fsItalic]
  62.     ParentFont = False
  63.     Transparent = True
  64.   end
  65.   object Label3: TLabel
  66.     Left = 60
  67.     Top = 304
  68.     Width = 269
  69.     Height = 21
  70.     Caption = 'Set to two or more to print thumbnails'
  71.   end
  72.   object Label4: TLabel
  73.     Left = 40
  74.     Top = 76
  75.     Width = 285
  76.     Height = 21
  77.     Alignment = taRightJustify
  78.     AutoSize = False
  79.     Caption = 'Compuserve 101372,3471   SWREG# 8644'
  80.     Font.Color = clNavy
  81.     Font.Height = -11
  82.     Font.Name = 'Arial'
  83.     Font.Style = [fsBold, fsItalic]
  84.     ParentFont = False
  85.     Transparent = True
  86.     WordWrap = True
  87.   end
  88.   object ReportCombo: TRadioGroup
  89.     Left = 8
  90.     Top = 108
  91.     Width = 329
  92.     Height = 85
  93.     Caption = 'Select report '
  94.     Columns = 2
  95.     Font.Color = clBlack
  96.     Font.Height = -13
  97.     Font.Name = 'System'
  98.     Font.Style = []
  99.     Items.Strings = (
  100.       'Simple report'
  101.       'Memos and pictures'
  102.       'Master-Detail report'
  103.       'Mailing labels'
  104.       'Text file lister')
  105.     ParentFont = False
  106.     TabOrder = 0
  107.   end
  108.   object PreviewBtn: TButton
  109.     Left = 8
  110.     Top = 372
  111.     Width = 149
  112.     Height = 25
  113.     Caption = 'Preview'
  114.     TabOrder = 5
  115.     OnClick = PreviewBtnClick
  116.   end
  117.   object PrintBtn: TButton
  118.     Left = 8
  119.     Top = 340
  120.     Width = 149
  121.     Height = 25
  122.     Caption = 'Print'
  123.     TabOrder = 4
  124.     OnClick = PrintBtnClick
  125.   end
  126.   object PrintDialogChk: TCheckBox
  127.     Left = 12
  128.     Top = 272
  129.     Width = 161
  130.     Height = 17
  131.     Caption = 'Show print dialog'
  132.     Font.Color = clBlack
  133.     Font.Height = -13
  134.     Font.Name = 'System'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     TabOrder = 2
  138.   end
  139.   object ExitBtn: TButton
  140.     Left = 184
  141.     Top = 372
  142.     Width = 149
  143.     Height = 25
  144.     Caption = 'Exit'
  145.     TabOrder = 6
  146.     OnClick = ExitBtnClick
  147.   end
  148.   object OrientationCombo: TRadioGroup
  149.     Left = 8
  150.     Top = 196
  151.     Width = 157
  152.     Height = 65
  153.     Caption = 'Orientation '
  154.     Font.Color = clBlack
  155.     Font.Height = -13
  156.     Font.Name = 'System'
  157.     Font.Style = []
  158.     Items.Strings = (
  159.       'Portrait'
  160.       'Landscape')
  161.     ParentFont = False
  162.     TabOrder = 1
  163.   end
  164.   object SpinEdit1: TSpinEdit
  165.     Left = 12
  166.     Top = 300
  167.     Width = 37
  168.     Height = 26
  169.     Font.Color = clBlack
  170.     Font.Height = -13
  171.     Font.Name = 'System'
  172.     Font.Style = []
  173.     MaxValue = 9
  174.     MinValue = 1
  175.     ParentFont = False
  176.     TabOrder = 3
  177.     Value = 1
  178.     OnChange = SpinEdit1Change
  179.   end
  180.   object PreviewCombo: TRadioGroup
  181.     Left = 180
  182.     Top = 196
  183.     Width = 157
  184.     Height = 65
  185.     Caption = 'Preview type '
  186.     Items.Strings = (
  187.       'Standard'
  188.       'Simple custom')
  189.     TabOrder = 7
  190.     OnClick = PreviewComboClick
  191.   end
  192.   object Button1: TButton
  193.     Left = 212
  194.     Top = 332
  195.     Width = 89
  196.     Height = 33
  197.     Caption = 'Button1'
  198.     TabOrder = 8
  199.     OnClick = Button1Click
  200.   end
  201.   object PrintDialog1: TPrintDialog
  202.     Left = 220
  203.     Top = 280
  204.   end
  205. end
  206.